Support inline-selection in entries (#318459)
authorXan Lopez <xan@src.gnome.org>
Fri, 27 Apr 2007 16:50:04 +0000 (16:50 +0000)
committerXan Lopez <xan@src.gnome.org>
Fri, 27 Apr 2007 16:50:04 +0000 (16:50 +0000)
commitf478d9f0f61d46102507a034f63919a5c9cb0e04
treeb5937070036152184094e94d4bfc963d04468f28
parent533d3fcc76b39fc4c71afae9c2a31e8147851b8c
Support inline-selection in entries (#318459)

Support inline-selection in entries (#318459)

* gtk/gtkentry.c:
* gtk/gtkentrycompletion.c:
* gtk/gtkentrycompletion.h:
* gtk/gtkentryprivate.h:

When enabled cursor-match is emited when the cursor is on
a possible completion on the list. The default implementation
will replace the contents on the entry with the contents of
the text column in the completion model.

Review and improvements by Matthias Clasen.

svn path=/trunk/; revision=17660
ChangeLog
gtk/gtkentry.c
gtk/gtkentrycompletion.c
gtk/gtkentrycompletion.h
gtk/gtkentryprivate.h